projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2327e4a
)
(_window_state): Add button_width.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 21 Jul 1999 21:43:52 +0000
(21:43 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 21 Jul 1999 21:43:52 +0000
(21:43 +0000)
lwlib/xlwmenuP.h
patch
|
blob
|
history
diff --git
a/lwlib/xlwmenuP.h
b/lwlib/xlwmenuP.h
index 79f454fefc4503214a3eb39ca609d89da980d957..23e105c144315a5ace131e63b504953733994fa6 100644
(file)
--- a/
lwlib/xlwmenuP.h
+++ b/
lwlib/xlwmenuP.h
@@
-13,6
+13,9
@@
typedef struct _window_state
Dimension width;
Dimension height;
Dimension label_width;
+
+ /* Width of toggle buttons or radio buttons. */
+ Dimension button_width;
} window_state;